home *** CD-ROM | disk | FTP | other *** search
/ Private Investigator / Private Investigator.iso / investig / bin / maps / tosubway.scr < prev    next >
Encoding:
Text File  |  1995-12-11  |  1.2 KB  |  47 lines

  1. ' *******************************************
  2. ' *** Map Maker - Map Editing Script File ***
  3. ' *** (1995) Didier Dambrin - Image Line  ***
  4. ' *******************************************
  5.  
  6.  
  7. ' Working directory (will be in front of every file name entered below) 
  8. ' WorkDir=r:\investig\bin\
  9.  
  10.  
  11. ' Original map measurements 
  12. ' Leave them blank if you want to start with a new 20*13 tile map 
  13. Width=
  14. Height=
  15.  
  16.  
  17. ' This is the Tile Map DOS file name (no matter if it doesn't exist yet)
  18. TileMap=tosubway.map
  19.  
  20. ' Here come the Tile Groups files to be used (in the right order)
  21. ' Put a blank file name if you want to skip a tile group
  22. TileGroup=street00.til
  23. TileGroup=
  24. TileGroup=private.til
  25. TileGroup=icons.til
  26. TileGroup=strwork.til
  27. TileGroup=strpster.til
  28. TileGroup=bonus.til
  29.  
  30.  
  31. ' Put here the picture file containing the background screen
  32. Background=strbac11.pcx
  33.  
  34.  
  35. ' Map masks: turn to OFF if you don't want to SAVE the referred plane
  36. ' Useful to save one plane only (for background maps) 
  37. BackEnabled=
  38. ForeEnabled=
  39. BonusEnabled=
  40.  
  41.  
  42. ' ***********************************************
  43. ' *** Here start the various level parameters ***
  44. ' ***********************************************
  45. PalMix=sprmix.mix
  46. NextLevelMap=metro00.map
  47.